Welcome![Sign In][Sign Up]
Location:
Search - assembly language compiler

Search list

[ELanguagexxxprincepl0

Description: pl/0编译器,生成汇编语言,java代码,初学者都能看明白,并且补充很多的注释,很好用~-pl/0 compiler to generate assembly language, java code, beginners are能看明白, and added a lot of notes, a good use ~
Platform: | Size: 21504 | Author: 辛华 | Hits:

[DSP programFFT

Description: 汇编语言写的快速傅立叶变化,编译环境CCS5-Written in assembly language Fast Fourier changes, the compiler environment CCS5
Platform: | Size: 10240 | Author: 关凌涛 | Hits:

[ELanguagecmm

Description: 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数 算术运算符:+、—、*、/ 数据类型:整数.-Simple C compiler generated object code is 8086 assembly code (16), the PC in general were such as MASM compilation compiler compiler to generate executable file, in DOS or Windows console run. The realization of the language are defined as follows: the language is similar to tiny language, do not support the procedure call, that is, there is only one main function, no other function and global variable basic statement: Note statement (/* ...* /), type the statement (int input (void )), the output statement (void output (int)), assignment statements. The input and output statements in fact similar to function calls, can be seen as a function of the language within the Arithmetic Operators: 2B !,-,*,/ data types: integer.
Platform: | Size: 412672 | Author: Tony | Hits:

[assembly languageIfleap

Description: 实现用汇编语言判断是否为瑞年,采用了汇编的编译环境-Using assembly language to determine whether the Swiss, the compiler used to compile environmental
Platform: | Size: 1024 | Author: hdd | Hits:

[Software EngineeringRoute66Mobile_7.3.52

Description: 统 Oracle数据库 SQL Server MySQL数据库 其他数据库 汇编语言 SCSI/ASPI 编译器/解释器 磁盘工具 语音合成与识别 编辑器/阅读器 杀毒 中文信息处理 FlashMX源码 并行计算 书籍源码 Delphi控件源码 操作系统开发 中间件编程 + 电子书籍 VC书籍 Java书籍 Delphi/CppBuilder 软件工程 其他书籍 + 文章/文档 软件设计/软件工程 文件格式 技术管理 行业发展研究 人物传记/成功经验 通讯编程文档 系统设计方案 其他 -EC Oracle Database SQL Server MySQL database to other databases assembly language SCSI/ASPI compiler/interpreter Disk Utility speech synthesis and recognition editor/reader antivirus Chinese information processing FlashMX parallel computing source book source code Delphi source operating system controls the development of intermediate pieces of programming+ e-books VC Books Java Books Delphi/CppBuilder Software Engineering other books+ article/Document software design/software engineering the file format technology management industry research biographies/successful experience in communications system design programming documents other
Platform: | Size: 4141056 | Author: CARSON | Hits:

[SCMzn5

Description: Keil C51标准C编译器为8051微控制器的软件开发提供了C语言环境,同时保留了汇编代码高效、快速的特点。C51已被完全集成到μVision2的集成开发环境中,这个集成开发环境包含编译器、汇编器、实时操作系统、项目管理器和调试器-Keil C51 standard C compiler for 8051 microcontroller software development provides a C language environment, while retaining the assembly code efficient and rapid. C51 has been completely integrated into the μVision2 integrated development environment, this integrated development environment contains the compiler, assembler, real-time operating system, project management and debuggers
Platform: | Size: 3860480 | Author: tian | Hits:

[USB developCYPRESS_CY7C67300_USB_HOST

Description: \SOURCES\此目录下是C源文件 \SOURCES\ASM\此目录下是本项目用到的汇编语言文件 \INCLUDES\此目录下是本项目的所有头文件 本项目用GNU的gcc和ld完成编译与链接操作.-SOURCES in this directory is C source files in this directory SOURCESASM is used in this project INCLUDES assembly language file in this directory is the project all the header files of the project with the GNU compiler gcc and ld to complete the operation with the link.
Platform: | Size: 39936 | Author: 赵林 | Hits:

[assembly languagec30

Description: TMS320C3X 汇编语言程序编译环境,-TMS320C3X assembly language program compiler environment,
Platform: | Size: 241664 | Author: 赵杰 | Hits:

[Driver DevelopKmdTutCn

Description: KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程,读者可以从http://www.freewebs.com/four-f/下载最新的英文版本,为了使用本教程,你还需要下载Kernel mode驱动程序开发包KmdKit,更多信息请参考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~) 0.2 关于KmdKit KmdKit的全称是Kernel Mode Driver development Kit for assembly language programmers,即内核模式驱动程序汇编开发包,KmdKit中包括了用宏汇编编译器开发驱动程序需要用到的所有东西。 你可以从http://www.wasm.ru/或者http://www.freewebs.com/four-f/下载到最新版本的KmdKit。-To KmdTut is a Win32 assembly language to develop Kernel mode driver tutorial, readers can download the latest http://www.freewebs.com/four-f/ the English version, in order to use this tutorial, you also need to download the Kernel mode driver development kit KmdKit, more information please refer to http://www.wasm.ru/ (Unfortunately, it is Russian, but ing ~ ~ ~) 0.2 on KmdKit KmdKit full name is the Kernel Mode Driver development Kit for assembly language programmers, that is, the compilation of kernel mode driver development kit, KmdKit includes macro assembler compiler used to develop drivers for all the things needed. You can download from http://www.wasm.ru/ or http://www.freewebs.com/four-f/ to the latest version of KmdKit.
Platform: | Size: 262144 | Author: gdmzwwq | Hits:

[ELanguagetest_0007

Description: 利用flex和bison做的简易C语言编译器核心 支持C语言的大部分运算操作和语法,但是没有 变量声明和函数声明 适合制作虚拟机之类的 输出结果是伪汇编代码 我会继续更新-Using flex and bison make a simple C language compiler support for C language, the core of most computing operations and grammar, but no variable declarations and function declarations for the production of a virtual machine such as the output is pseudo-assembly code, I will continue to update
Platform: | Size: 292864 | Author: 夏永明 | Hits:

[SCMemc_ok

Description: 用汇编语言实现义隆单片机em78p153遥控接收功能,相应的编译器和烧写器可以在义隆单片机的网站上下载-Using assembly language ELAN Singlechip em78p153 realize remote control receiver functions, the corresponding compiler and programmer can Singlechip in Elan
Platform: | Size: 1024 | Author: luli | Hits:

[SCM8031

Description: 定时器控制寄存器 MCS51单片机编译软件中文版,除提供中文字符串编程功能外,还具有动态子程序库调用、全功能汉字字模生成、点阵图形数据生成、中文寄存器定义等诸多功能。是汇编语言程序员的最佳帮手-Timer control register MCS51 Singlechip compiler software Chinese version, with the exception of the provision of Chinese language programming string functions, also called dynamic subroutine library, full-function matrix to generate Chinese characters, dot-matrix graphic data generation, Chinese and many other features register definition. Assembly language programmers is the best helper
Platform: | Size: 1024 | Author: kenao | Hits:

[assembly languagedahai

Description: 汇编语言写的大海音乐程序,下载源代码后直接在DOS环境中编译,连接,即可运行-Written in assembly language program into the sea of music, download the source code directly in the DOS environment, compiler, connectivity, you can run
Platform: | Size: 1024 | Author: 凌晨 | Hits:

[assembly language21_LED

Description: 该程序采用汇编语言编写,用keil c51环境进行编译,能够实现21个8字的LED显示,同时也将输出语音。-The program prepared by the use of assembly language, using keil c51 compiler environment, to achieve 21 8 character LED display, but also the output voice.
Platform: | Size: 49152 | Author: 尹远军 | Hits:

[Otherspra755a

Description: This application report presents basic code for initializing and operating the TMS320LF240x DSP devices. Two functionally equivalent example progra ms are presented: one written in assembly language and the other in C language. Detailed discussions of each program are provided that explain numerous compiler and assembler directives, code requirements, and hardware-related requirements. The programs are ready to run on either the TMS320LF2407 Evaluation Module (EVM) or the eZdsp LF2407 development kit. However, they are also intended for use as a code template for any TMS320LF240x (LF240x) or TMS320LF240xA (LF240xA) DSP target system.
Platform: | Size: 192512 | Author: | Hits:

[assembly languagesnake

Description: 用汇编语言实现贪吃蛇游戏 直接编译连接即可-Using assembly language to achieve the game Snake can directly connect the compiler
Platform: | Size: 5120 | Author: 何健明 | Hits:

[assembly languageMASM

Description: 这是个 MASM 的 编译环境,可以帮助大家来编写汇编语言,早期的版本-This is a MASM compiler environment, can help you to write assembly language, early version
Platform: | Size: 841728 | Author: zhangwei | Hits:

[assembly languageDS1302

Description: ds1302时钟电路的汇编语言程序,编译无法通过,请各位大虾指教-DS1302 clock circuit assembly language program, the compiler can not, please enlighten prawns
Platform: | Size: 2048 | Author: whb | Hits:

[assembly languageGPF_DS18B20(dangezhuanhuan)

Description: 用DS18B20来显示当前的温度,低字节存在r7中,高字节存在r6中,在KEILC中通过编译测试成功,用的是汇编语言-Using DS18B20 to display the current temperature, low-byte r7 existence, the existence of the high-byte r6, in KEILC tested successfully by the compiler, using assembly language
Platform: | Size: 1024 | Author: 贵鹏斐 | Hits:

[SCMled

Description: LED发光管组成的简易彩灯控制系统,是用汇编语言编写的,用CVAVR编译-LED LED lantern composed of simple control systems, assembly language is written using the compiler CVAVR
Platform: | Size: 18432 | Author: maxinjiang | Hits:
« 1 2 3 4 5 67 8 9 10 »

CodeBus www.codebus.net